You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.
This repo is exactly what I need for a project I'm working on. I'm trying to at least reproduce the demo to get this started, and I can't get it to start. Here's my error
$npm start
> [email protected] start C:\Users\Karen 2.0\Documents\GitHub\react-notification-center
> better-npm-run dev-server
running better-npm-run in C:\Users\Karen 2.0\Documents\GitHub\react-notification-center
Executing script: dev-server
to be executed: "./node_modules/.bin/webpack-dev-server --hot --inline --config build/webpack.config.js"
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `better-npm-run dev-server`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Karen 2.0\AppData\Roaming\npm-cache\_logs\2017-06-13T05_07_18_601Z-debug.log
Looks like stuff here hasn't been updated in about a year, so if this is no longer updated I understand. I just need a point in the right direction and I can hopefully update this stuff to the latest practices.
Thanks so much!
Andrew
The text was updated successfully, but these errors were encountered:
I'm not what you mean by this? I tried to run this through the terminal and it said it was unrecognized. As far as pasting it somewhere I'm not sure where I would. Sorry!
just put the absolute path instead of ./node_modules, as it is not able to recognize the path of the folder. so just go to the node modules folder and copy paste the location of the folder in your package.json and you will be able to run it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello @diegoddox !
This repo is exactly what I need for a project I'm working on. I'm trying to at least reproduce the demo to get this started, and I can't get it to start. Here's my error
Looks like stuff here hasn't been updated in about a year, so if this is no longer updated I understand. I just need a point in the right direction and I can hopefully update this stuff to the latest practices.
Thanks so much!
Andrew
The text was updated successfully, but these errors were encountered: