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
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at Object.dirname (path.js:695:5)
at resolve (path\to\project\server.js:65280:22)
at module.exports.module.exports (path\to\project\server.js:6
5187:20)
at Object.<anonymous> (path\to\project\server.js:65174:18)
at Object.<anonymous> (path\to\project\server.js:65175:30)
at __webpack_require__ (path\to\project\server.js:21:30)
at createLocalStorage (path\to\project\server.js:65147:23)
at Object.<anonymous> (path\to\project\server.js:6184:102)
at __webpack_require__ (path\to\project\server.js:21:30)
Searching for this issue shows widespread problems with different libraries where path strings are being asserted instead of returning empty string if null. Suggestions were to downgrade to Node 5 or 4 from 6 (I do not wish to so this).
When i try to use localstorage in my isomorphic app:
In sever console is:
Searching for this issue shows widespread problems with different libraries where path strings are being asserted instead of returning empty string if null. Suggestions were to downgrade to Node 5 or 4 from 6 (I do not wish to so this).
NPM version:
3.10.8
Node version:
v6.9.1
Node architecture:
x64
OS:
Windows 7
The text was updated successfully, but these errors were encountered: