在 ini 格式的文件中指定配置:C:\Users\NILOY\.npmrc

问题描述

我尝试了多种资源,但仍然不明白出了什么问题?我已经尝试卸载并再次重新安装 npm.NOOB,尝试按照本 React 教程进行操作:https://github.com/reactjs/react-tutorial/ 我是初学者。如果有人可以帮助我,真的很感激。

.htaccess

这里是 package.json

C:\Users\NILOY\workplace\SEO_tool\server>npm start                                                                                                                                                                                              
> server@1.0.0 start C:\Users\NILOY\workplace\SEO_tool\server                                                           
> nodemon src/app.js --exec npm run lint && node                                                                                                                                                                                            

[nodemon] 2.0.7                                                                                                         
[nodemon] to restart at any time,enter `rs`                                                                            
[nodemon] watching path(s): *.*                                                                                         
[nodemon] watching extensions: js,mjs,json                                                                              
[nodemon] starting `npm src/app.js run lint`                                                                                                                                                                                                    
Usage: npm <command>                                                                                                                                                                                                                            
where <command> is one of:                                                                                                  
access,adduser,audit,bin,bugs,c,cache,ci,cit,clean-install,clean-install-test,completion,config,create,ddp,dedupe,deprecate,dist-tag,docs,doctor,edit,explore,fund,get,help,help-search,hook,i,init,install,install-ci-test,install-test,it,link,list,ln,login,logout,ls,org,outdated,owner,pack,ping,prefix,profile,prune,publish,rb,rebuild,repo,restart,root,run,run-script,s,se,search,set,shrinkwrap,star,stars,start,stop,t,team,test,token,tst,un,uninstall,unpublish,unstar,up,update,v,version,view,whoami                                                                                                                                                                                                                                      
npm <command> -h  quick help on <command>                                                                               
npm -l            display full usage info                                                                               
npm help <term>   search for help on <term>                                                                             
npm help npm      involved overview                                                                                                                                                                                                             
Specify configs in the ini-formatted file:                                                                                  
C:\Users\NILOY\.npmrc                                                                                               
or on the command line via: npm <command> --key value                                                                   
Config info can be viewed via: npm help config                                                                                                                                                                                                  
npm@6.14.10 C:\Program Files\nodejs\node_modules\npm                                                                                                                                                                                            
[nodemon] app crashed - waiting for file changes before starting... 

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...