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 was archived by the owner on Mar 26, 2020. It is now read-only.
hi,
after a npm i cozysdk-client -- save ("cozysdk-client": "0.0.5")
i use CommonJS and so i need to do into app.js var cozysdk = require('../vendor/cozysdk-client');
an npm build return this error: Error: Cannot find module './utils/client' from '/myproject/vendor' Error: Cannot find module './utils/client' from '/stuff/myproject/node_modules/cozysdk-client/dist'
hi,
after a
npm i cozysdk-client -- save("cozysdk-client": "0.0.5")i use CommonJS and so i need to do into app.js
var cozysdk = require('../vendor/cozysdk-client');an npm build return this error:
Error: Cannot find module './utils/client' from '/myproject/vendor'Error: Cannot find module './utils/client' from '/stuff/myproject/node_modules/cozysdk-client/dist'ls /node_modules/cozysdk/ls /node_modules/cozysdk-client/distwith the
https://cdn.rawgit.com/cozy/cozy-browser-sdk/wip-v1/dist/cozysdk-client.jseverything was fine
https://github.com/cozy/cozy-browser-sdk/blob/master/dist/cozysdk-client.js#L5
So maybe it miss the ./utils folder into the npm version?