我已經安裝了Babel-cli工具,如Babel 'getting started'頁面所述。找不到Babel命令
從我的項目文件夾內的終端:
npm install --save-dev babel-cli
在此之後,有一個通天-CLI文件夾node_modules目錄,但沒有創造的package.json。故宮還顯示了以下錯誤:
npm WARN enoent ENOENT: no such file or directory, open '/Users/MyName/Sites/Tutorials/Babel2/package.json
當試圖運行通天,我得到這個:
babel src -d lib
-bash: babel: command not found
我已經安裝了最新版本的NodeJS/NPM的。我已經運行NPM更新-g,我已經編輯我的.bash_profile文件包括:
export PATH=$PATH:/Users/MyName/npm/bin
export PATH=/usr/local/share/npm/bin:$PATH
我還沒有與其他新公共管理的工具,如browserify經歷過這個。爲什麼不識別babel?
你可以看到如何開始使用巴貝爾-CLI這裏:http://stackoverflow.com/questions/34483748/running-babel-cli -npm-script-not-working/34484065 –
如果你正在使用魚,請嘗試https://github.com/oh-my-fish/plugin-node-binpath – onmyway133