-
So far, I’ve tried the following steps but I’m getting the error
Then, in the @observable/framework’s package.json, I add Then in my script, instead of importing the Inputs from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
Try
npm install ../inputs --install-links
. I think this may be the same issue as was discussed in #1606. I think the approach you've described above is creating a symlink which Framework does not follow. Might not hurt tonpm run clean
first either. Hope that helps!