dashboard-react-template icon indicating copy to clipboard operation
dashboard-react-template copied to clipboard

Unable to run

Open ifelsedeveloper opened this issue 7 years ago • 5 comments

Hello, We liked the structure of your project but on start it throws the error.

`ath.js:28 throw new TypeError('Path must be a string. Received ' + inspect(path)); ^

TypeError: Path must be a string. Received null at assertPath (path.js:28:11) at dirname (path.js:1345:5) at fileExistsWithCaseSync (/Users/vfadeev/Documents/dashboard-template/node_modules/eslint-plugin-import/lib/core/resolve.js:57:31) at relative (/Users/vfadeev/Documents/dashboard-template/node_modules/eslint-plugin-import/lib/core/resolve.js:154:39) at resolve (/Users/vfadeev/Documents/dashboard-template/node_modules/eslint-plugin-import/lib/core/resolve.js:197:10) at Function.get (/Users/vfadeev/Documents/dashboard-template/node_modules/eslint-plugin-import/lib/core/getExports.js:71:38) at processBodyStatement (/Users/vfadeev/Documents/dashboard-template/node_modules/eslint-plugin-import/lib/rules/namespace.js:42:44) at Array.forEach (native) at EventEmitter.Program (/Users/vfadeev/Documents/dashboard-template/node_modules/eslint-plugin-import/lib/rules/namespace.js:84:12) at emitOne (events.js:120:20) npm ERR! code ELIFECYCLE npm ERR! errno 1 ` Could you please help us with start?

npm --version 5.3.0 node --version v8.2.1

ifelsedeveloper avatar Jul 25 '17 04:07 ifelsedeveloper

Lower your node version to a more stable version like 6 or 7 as version 8 may have experimental features that may be causing conflicts in your dependencies.

codetony25 avatar Jul 25 '17 13:07 codetony25

I am experiencing the same issues I have a node version of v6.5.0. screen shot 2017-10-24 at 7 27 06 pm

lokiiarora avatar Oct 24 '17 13:10 lokiiarora

I have the same problem too

Dardir avatar Nov 15 '17 04:11 Dardir

image

With this versions also facing same issue

HarishKalepu avatar Feb 05 '18 18:02 HarishKalepu

Me also having the same issue??

sureshkodur avatar Jul 22 '19 05:07 sureshkodur