TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

npm install fails on typescript #37

Closed yoyoys closed 7 years ago

yoyoys commented 7 years ago

npm ERR! path ...\aspnet-vue\node_modules\typescript npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall rename npm ERR! enoent ENOENT: no such file or directory, rename '...\aspnet-vue\node_modules\typescript' -> '...\aspnet-vue\node_modules\.typescript.DELETE' npm ERR! enoent This is related to npm not being able to find a file.

I got this message from npm. i tried to change the typescript to 2.4.1, and this error gone, but i don't know why.

and why i need typescript in this project? thanks

MarkPieszak commented 7 years ago

That must be an old remanent from when the project was doing everything in Typescript, you should be able to remove it and it work fine!

Maybe you can make a quick PR with it removed if it works well afterwards? Let me know! Cheers.

yoyoys commented 7 years ago

I Just remove that package, and it works fine 😄 . sorry i'm not familiar for github.