I recently released an npm package called meteor-model, which has a dependency on @types/meteor. The package itself functions correctly and
import Meteor from 'meteor/meteor'
resolves accurately to
node_modules/@types/meteor
However, when I try to install this package in another project, it fails:
Cannot find module 'meteor/meteor'
and throws an error at
node_modules\meteor-model\dist\MeteorModelDecorators.js:38:16
You can find the repository here: https://github.com/navio-xyz/meteor-model