0
我想使用「npm init」命令在計算引擎虛擬機實例上創建package.json文件。但是,它沒有被執行。使用npm初始化創建package.json時的問題初始化
$sudo pip install npm
Requirement already satisfied: npm in /usr/lib/python2.7/site-packages
Requirement already satisfied: optional-django==0.1.0 in /usr/lib/python2.7/site-packages (from npm)
$ init npm
Expected single character argument.
按照參考材料,我能找到上面的命令只會創建的package.json,但它不是被這個executed.Tried還有:
$ npm init
-bash: npm: command not found
任何人都可以用任何決議幫助嗎?提前致謝。
sudo apt-get install npm不起作用。 $ sudo apt-get install npm sudo:apt-get:command not found $ sudo apt-get -y update sudo:apt-get-y:command not found。它是Linux實例(紅帽企業Linux 7)。還有什麼幫助? – Shikha
啊,對 - 你不能在Red Hat上使用apt-get(OOB)。你必須使用「yum」來安裝軟件包。 –
非常感謝。有效。 – Shikha