gpt4 book ai didi

node.js - 我无法在ubuntu16.04上运行nodejs

转载 作者:太空宇宙 更新时间:2023-11-03 22:27:53 25 4
gpt4 key购买 nike

我已经在我的 ubuntu16.04 上安装了nodejs。但我无法运行这个。当我编写命令 npm run dev 时,它显示以下错误:

<小时/>
> @ dev /var/www/html/laravel
> node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

module.js:472
throw err;
^

Error: Cannot find module '/var/www/html/laravel/node_modules/cross-env/bin/cross-env.js'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:425:7)
at startup (bootstrap_node.js:146:9)
at bootstrap_node.js:540:3

npm ERR! Linux 4.4.0-66-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "dev"
npm ERR! node v7.7.3
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! @ dev: `node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ dev script 'node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/html/laravel/npm-debug.log

这里我还使用以下命令安装了npm-debug.log,但我仍然面临这个问题

npm install --save debug-logenter image description here

最佳答案

使用npm install仅将模块安装到当前目录中(在名为node_modules的子目录中)。

本指南对我也非常有帮助:https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04

关于node.js - 我无法在ubuntu16.04上运行nodejs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42828842/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com