-1
在\ projects目錄中,我按照dagre-d3 Github page上的說明操作,輸入$ npm install dagre-d3
。然後我按照構建說明輸入了$ make
命令。什麼都沒發生。顯示錯誤消息make: ** No targets specified and no makefile found. Stop.
。我從Github存儲庫創建了一個Makefile,當運行$ make
時,錯誤是make: ** No rule to make target 'browser.js', needed by 'build/dagre-d3.js'. Stop.
。如何使用'make'命令構建dagre-d3圖形庫?
我以前從未使用過故宮,但我的猜測是,該代碼筆者留下了使用.npmignore
我終於發現了。但是,即使安裝了GNU make和Cygwin,在運行Makefile時也會引發Windows。這可能是弄清楚Ubuntu或購買Mac的時候了。 –