Closed timcreatewell closed 7 years ago
Hey so this is weird, I am unable to reproduce. Can you send a few more details on your system and what versions you are running of everything?
Hi @jescalan , thanks for getting back in touch. I have just tried updating both node and npm on my machine (node is now v7.10.0
and npm is v4.6.1
), created a new fresh project and it now works fine :)
My guess is that it likely may have been my version of npm (it was previously v4.2.0
). I don't remember seeing anything in the docs about npm, but sorry if I missed it!
Thanks for taking a look for me.
Ah glad it worked out! 🙌
Hi there,
I've only recently come across Spike and keen to give it a test drive, but unfortunately am running into issues immediately after a fresh install (
npm install spike -g
) and creating a new project (spike new test-project
).When I try to run my new project (
spike watch
) I immediately receive in the terminal the following warning:This warning doesn't seem to stop Spike from running, and the website launches in my browser, however I'm unsure whether this warning will cause any further issues down the track? For example, I have since tried to include configuration for sass in my app.js, but it doesn't seem to be working - which could be a configuration problem, or this warning could be the issue?
I am currently running spike
v1.3.0
and nodev7.9.0
.Any advice or help would be greatly appreciated! Thanks :)